home *** CD-ROM | disk | FTP | other *** search
/ Guidemac 2 / Guidemac 2.iso / Logiciels divers T1 / Communication / CloakShare 1.00 / ReadMe < prev   
Text File  |  1993-06-18  |  2KB  |  46 lines

  1. /*
  2.     CloakShare
  3.     
  4.     By Eric Traut & Dan Clifford
  5.     June 17, 1993
  6.     
  7.     CloakShare is a small hack which “cloaks” the presence of your computer
  8.     from novice users on a network. We wrote it when we were at Stanford
  9.     University and secretly hooked into the campus network. We wanted to
  10.     be able to run file sharing to swap files, but we didn’t want to show
  11.     up in other people’s Choosers. 
  12.     
  13.     The INIT works by patching PBControl. When the patch sees anyone
  14.     performing an NBP name register, it compares the name to “AFPServer.”
  15.     If the name matches, the patch changes it slightly (changes is it
  16.     “AFPSërver”) and continues with the registration. 
  17.     
  18.     When someone performs an NBP name lookup, the patch once again compares
  19.     the name against “AFPServer”. If it matches, an NBP lookup is done on a
  20.     string with a wildcard character (“AFPS≈rver”). 
  21.     
  22.     The resulting behavour is such that everyone running CloakShare can
  23.     see ALL file servers (even those that are cloaked), but network users
  24.     without CloakShare continue to look for just “AFPServers” and don’t 
  25.     see the cloaked servers.
  26.  
  27.     Known Problems: 
  28.     Only AppleTalk 2.0 and greater know about the wildcard character for
  29.     NBP lookups. 
  30.     
  31.     People with network sniffers or a little more knowledge of the network
  32.     will still be able to detect the presence of a Cloaked file server.
  33.     
  34.     Distribution:
  35.     Feel free to modify this code in any way you want. If you distribute 
  36.     the code, please include this ReadMe file. The authors are not
  37.     responsible for any damage, destruction, chaos, etc. caused by this
  38.     extension. Use at your own risk.
  39.  
  40. */
  41.  
  42.  
  43.  
  44.  
  45.  
  46.